Skip to content

fix(deps): update all non-major dependencies with stable versions (patch)#3169

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-all-stable
Open

fix(deps): update all non-major dependencies with stable versions (patch)#3169
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-all-stable

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 23, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@evilmartians/lefthook ^2.1.2^2.1.6 age confidence devDependencies patch
@types/node (source) ^24.11.2^24.12.2 age confidence devDependencies patch
@vitejs/plugin-vue (source) ^6.0.5^6.0.6 age confidence devDependencies patch
@vue/compiler-core (source) ^3.5.29^3.5.32 age confidence devDependencies patch 3.5.33
axios@>=1.0.0 <1.12.0 (source) [>=1.15.0>=1.15.2](https://renovatebot.com/diffs/npm/axios@>=1.0.0 <1.12.0/1.15.0/1.15.2) age confidence pnpm.overrides patch
defu@<=6.1.4 >=6.1.5>=6.1.7 age confidence pnpm.overrides patch
diff@<8.0.3 >=8.0.3>=8.0.4 age confidence pnpm.overrides patch
eslint (source) ^9.39.3^9.39.4 age confidence devDependencies patch
h3@<1.15.9 (source) >=1.15.9>=1.15.11 age confidence pnpm.overrides patch
h3@<=1.15.4 (source) >=1.15.9>=1.15.11 age confidence pnpm.overrides patch
lodash-es (source) ^4.17.23^4.18.1 age confidence dependencies patch
minimatch@<3.1.3 >=10.2.4>=10.2.5 age confidence pnpm.overrides patch
minimatch@>=10.0.0 <10.2.4 [>=10.2.4>=10.2.5](https://renovatebot.com/diffs/npm/minimatch@>=10.0.0 <10.2.4/10.2.4/10.2.5) age confidence pnpm.overrides patch
minimatch@>=5.0.0 <5.1.7 [>=10.2.4>=10.2.5](https://renovatebot.com/diffs/npm/minimatch@>=5.0.0 <5.1.7/10.2.4/10.2.5) age confidence pnpm.overrides patch
minimatch@>=9.0.0 <9.0.6 [>=10.2.4>=10.2.5](https://renovatebot.com/diffs/npm/minimatch@>=9.0.0 <9.0.6/10.2.4/10.2.5) age confidence pnpm.overrides patch
nanoid ^5.1.6^5.1.9 age confidence dependencies patch
node (source) 24.14.024.14.1 age confidence patch
node (source) 24.14.024.14.1 age confidence volta patch
preact@>=10.27.0 <10.27.3 (source) [>=10.29.0>=10.29.1](https://renovatebot.com/diffs/npm/preact@>=10.27.0 <10.27.3/10.29.0/10.29.1) age confidence pnpm.overrides patch
qs@>=6.7.0 <=6.14.1 [>=6.15.0>=6.15.1](https://renovatebot.com/diffs/npm/qs@>=6.7.0 <=6.14.1/6.15.0/6.15.1) age confidence pnpm.overrides patch
seroval@<1.4.1 (source) >=1.5.0>=1.5.2 age confidence pnpm.overrides patch
seroval@<=1.4.0 (source) >=1.5.0>=1.5.2 age confidence pnpm.overrides patch
systeminformation@<5.30.8 (source) >=5.31.3>=5.31.5 age confidence pnpm.overrides patch
systeminformation@<=5.30.7 (source) >=5.31.3>=5.31.5 age confidence pnpm.overrides patch
tar@<7.5.7 >=7.5.11>=7.5.13 age confidence pnpm.overrides patch
undici@<7.24.0 (source) >=7.24.0>=7.24.8 age confidence pnpm.overrides patch
vue (source) ^3.5.29^3.5.32 age confidence devDependencies patch 3.5.33
vue-tsc (source) ^3.2.5^3.2.7 age confidence devDependencies patch

Release Notes

evilmartians/lefthook (@​evilmartians/lefthook)

v2.1.6

Compare Source

v2.1.5

Compare Source

v2.1.4

Compare Source

vuejs/core (@​vue/compiler-core)

v3.5.32

Compare Source

Bug Fixes
Reverts

v3.5.31

Compare Source

Bug Fixes

v3.5.30

Compare Source

Bug Fixes
axios/axios (axios@>=1.0.0 <1.12.0)

v1.15.2

Compare Source

This release delivers prototype-pollution hardening for the Node HTTP adapter, adds an opt-in allowedSocketPaths allowlist to mitigate SSRF via Unix domain sockets, fixes a keep-alive socket memory leak, and ships supply-chain hardening across CI and security docs.

🔒 Security Fixes

  • Prototype Pollution Hardening (HTTP Adapter): Hardened the Node HTTP adapter and resolveConfig/mergeConfig/validator paths to read only own properties and use null-prototype config objects, preventing polluted auth, baseURL, socketPath, beforeRedirect, and insecureHTTPParser from influencing requests. (#​10779)
  • SSRF via socketPath: Rejects non-string socketPath values and adds an opt-in allowedSocketPaths config option to restrict permitted Unix domain socket paths, returning AxiosError ERR_BAD_OPTION_VALUE on mismatch. (#​10777)
  • Supply-chain Hardening: Added .npmrc with ignore-scripts=true, lockfile lint CI, non-blocking reproducible build diff, scoped CODEOWNERS, expanded SECURITY.md/THREATMODEL.md with provenance verification (npm audit signatures), 60-day resolution policy, and maintainer incident-response runbook. (#​10776)

🚀 New Features

  • allowedSocketPaths Config Option: New request config option (and TypeScript types) to allowlist Unix domain socket paths used by the Node http adapter; backwards compatible when unset. (#​10777)

🐛 Bug Fixes

  • Keep-alive Socket Memory Leak: Installs a single per-socket error listener tracking the active request via kAxiosSocketListener/kAxiosCurrentReq, eliminating per-request listener accumulation, MaxListenersExceededWarning, and linear heap growth under concurrent or long-running keep-alive workloads (fixes #​10780). (#​10788)

🔧 Maintenance & Chores

  • Changelog: Updated CHANGELOG.md with v1.15.1 release notes. (#​10781)

Full Changelog

v1.15.1

Compare Source

unjs/defu (defu@<=6.1.4)

v6.1.7

Compare Source

compare changes

🩹 Fixes
  • defu.d.cts: Export Defu types (#​157)
📦 Build
  • Correct the types export entry (#​160)
❤️ Contributors

v6.1.6

Compare Source

compare changes

📦 Build
❤️ Contributors
kpdecker/jsdiff (diff@<8.0.3)

v8.0.4

Compare Source

  • #​667 - fix another bug in diffWords when used with an Intl.Segmenter. If the text to be diffed included a combining mark after a whitespace character (i.e. roughly speaking, an accented space), diffWords would previously crash. Now this case is handled correctly.
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

h3js/h3 (h3@​<1.15.9)

v1.15.11

Compare Source

compare changes

🏡 Chore

v1.15.10

Compare Source

compare changes

🩹 Fixes
  • Preserve percent-encoded req.url in app event handler (#​1355)
❤️ Contributors
isaacs/minimatch (minimatch@<3.1.3)

v10.2.5

Compare Source

ai/nanoid (nanoid)

v5.1.9

Compare Source

  • Fixed npm package size regression.

v5.1.8

Compare Source

v5.1.7

Compare Source

nodejs/node (node)

v24.14.1

Compare Source

preactjs/preact (preact@>=10.27.0 <10.27.3)

v10.29.1

Compare Source

Fixes

Maintenance

ljharb/qs (qs@>=6.7.0 <=6.14.1)

v6.15.1

Compare Source

  • [Fix] parse: parameterLimit: Infinity with throwOnLimitExceeded: true silently drops all parameters
  • [Deps] update @ljharb/eslint-config
  • [Dev Deps] update @ljharb/eslint-config, iconv-lite
  • [Tests] increase coverage
sebhildebrandt/systeminformation (systeminformation@<5.30.8)

v5.31.5

Compare Source

Full Changelog: sebhildebrandt/systeminformation@v5.31.4...v5.31.5

v5.31.4

Compare Source

Full Changelog: sebhildebrandt/systeminformation@v5.31.3...v5.31.4

isaacs/node-tar (tar@<7.5.7)

v7.5.13

Compare Source

v7.5.12

Compare Source

nodejs/undici (undici@<7.24.0)

v7.24.8

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.24.7...v7.24.8

v7.24.7

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.24.6...v7.24.7

v7.24.6

Compare Source

What's Changed
New Contributors

Full Changelog: nodejs/undici@v7.24.5...v7.24.6

v7.24.5

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.24.4...v7.24.5

v7.24.4

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.24.3...v7.24.4

v7.24.3

Compare Source

What's Changed

  • fix(h2): TypeError: Cannot read properties of null (reading 'push') i… by @​hxinhan in #​4881

Full Changelog: nodejs/undici@v7.24.2...v7.24.3

v7.24.2

Compare Source

What's Changed

Full Changelog: nodejs/undici@v7.24.1...v7.24.2

v7.24.1

Compare Source

vuejs/language-tools (vue-tsc)

v3.2.7

Compare Source

component-meta
  • fix: preserve non-ASCII characters in prop default values (#​6012) - Thanks to @​ef81sp!
workspace

v3.2.6

Compare Source

language-core
  • fix: generate $slots type in template correctly with defineSlots (#​5984) - Thanks to @​KazariEX!
  • fix: infer only readonly component of arrays in v-for (#​5987) - Thanks to @​ascott18!
  • fix: avoid false positives for destructured props detection on binding property names (#​5994) - Thanks to @​KazariEX!
vscode
  • fix: use regex for TS extension patching to support VS Code 1.110+ (#​5983) - Thanks to @​ebiryu!

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Monday through Friday (* * * * 1-5)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file renovate-bot labels Apr 23, 2026
@renovate renovate Bot enabled auto-merge (squash) April 23, 2026 07:46
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 23, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 55, reused 0, downloaded 0, added 0
Progress: resolved 70, reused 0, downloaded 0, added 0
 ERR_PNPM_TRUST_DOWNGRADE  High-risk trust downgrade for "vite@6.4.1" (possible package takeover)

This error happened while installing a direct dependency of /tmp/renovate/repos/github/Kong/kongponents

Trust checks are based solely on publish date, not semver. A package cannot be installed if any earlier-published version had stronger trust evidence. Earlier versions had trusted publisher, but this version has provenance attestation. A trust downgrade may indicate a supply chain incident.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 23, 2026

Deploy Preview for kongponents-sandbox failed.

Name Link
🔨 Latest commit 5cd32d5
🔍 Latest deploy log https://app.netlify.com/projects/kongponents-sandbox/deploys/69ec68f262ebca00082f948f

@renovate renovate Bot force-pushed the renovate/patch-all-stable branch from 4758d3e to b64157b Compare April 24, 2026 07:40
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/patch-all-stable branch from b64157b to 5cd32d5 Compare April 25, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants